home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1995 September (Japanese)
/
CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso
/
disc2
/
programr
/
vbasic
/
afxvbx.exe
/
AFXVBX.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-02
|
393 b
|
21 lines
extern "C" void _export WINAPI InitAfxVbx();
class CMainWindow : public CFrameWnd
{
public:
CMainWindow();
afx_msg void OnVBXDialog();
DECLARE_MESSAGE_MAP()
};
class CVBXDialog : public CDialog
{
public:
CVBXDialog(const int lpTemplateName, CWnd *pParentWnd = NULL)
:CDialog(lpTemplateName,pParentWnd){}
BOOL OnInitDialog();
};